home *** CD-ROM | disk | FTP | other *** search
/ Most Valuable Games 1 / Most Valuable Games I (MVP Publishing)(February 1995).iso / games1 / depth / install.bat < prev    next >
DOS Batch File  |  1995-02-06  |  133b  |  11 lines

  1. cls
  2. echo off
  3. echo Must install game to your hard drive.
  4. xcopy *.* c:\depth\ /s
  5. c:
  6. cd \depth
  7. call depth
  8. cd \
  9. deltree depth
  10.  
  11.